15. Exercise: Use Resources

Exercise Code

In this exercise, you will get to follow the best practice of using string and boolean recourses whenever appropriate.

Exercise: T06.04-Exercise-UseResources

Use Resources

Now it's your turn to replace any hard coded value with the appropriate resource.

SOLUTION:
  • Create String and Boolean resources for the checkbox attributes
  • Update the hardcoded values in the pref_visualizer with the new resources
  • Update the hardcoded values in the VisualizerActivity's onCreate method